func runtime.allgadd
3 uses
runtime (current package)
proc.go#L531: func allgadd(gp *g) {
proc.go#L1920: allgadd(gp)
proc.go#L4084: allgadd(newg) // publishes with a g->status of Gdead so GC scanner doesn't look at uninitialized stack.
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)